adTempus API
|
Gets the instance ID for this instance.
__property long* InstanceID;
long* InstanceID;
Property InstanceID() As long*
0
Each instance (execution) of the job is assigned an instance ID. Instances are numbered sequentially from 1 to approximately 4,294,967,280; numbering then restarts at 1.
If distributed scheduling is being used, the Master and each Agent assign instance numbers in separate ranges. Therefore there will be no overlap in instance IDs.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|